home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / inputs / fontsel / fontsel.bug < prev    next >
Text File  |  1991-05-20  |  2KB  |  53 lines

  1. \def\filedate{90/06/30}
  2.  
  3. This file contains problem-records and bug-reports.  Unsolved problems
  4. and uncorrected but known bugs (so called features) start out with two
  5. exclamation marks before the number.  Fixed problems will start with two
  6. asterisks. 
  7.  
  8.  
  9. !! (1)  FMi 90/04/05: \process@table will never be called in the letter
  10.         style, or more exactly in any style that redefines \document. 
  11.         This means that you can't use math alphabet identifiers in letters.
  12.         This is a problem of the upgrade to LaTeX 2.10 and will vanish
  13.         then.  A fix for LaTeX 2.09 styles is to insert \process@table
  14.         immediately before
  15.             \def\do ....
  16.         inside any redefinition of the \document command.
  17.  
  18.  
  19. ** (2)  FMi 90/04/05: \makelabels in letter will cause an error because \xpt
  20.         is redefined to \@preamerr after \document.
  21.         FMi 90/06/03: Fixed by redefining \xpt inside \xpt. (v1.1j lfonts.doc)
  22.  
  23. !! (3)  FMi 90/04/05: Problems similar to (1) will be encountered in
  24.         style files that redefine internals like \@outputpage, etc. 
  25.  
  26. ** (4)  SPQR 90/05/22: In oldlfont.sty and newlfont.sty we forgot to
  27.         add the lasy math alphabet identifier to the math versions.
  28.         FMi 90/05/24: fixed.
  29.  
  30. ** (5)  MDo 90/06/08: An \hbox{\small ...} in vertical mode will be
  31.         placed into the vertical list using the \baselineskip current
  32.         inside the box not the one outside the box.  Temp. fix: use
  33.         extra braces to keep the change from \small local.  Final fix
  34.         will move part of the code from \gbl@settings into \selectfont.
  35.         FMi 90/06/24: fixed.
  36.  
  37. ** (6)  DH  90/06/18: \hbox instead of \mbox was used in \text.
  38.         FMi 90/06/24: fixed.
  39.  
  40. ** (7)  DH  90/06/29: oldlfont.sty shouldn't be read in twice to
  41.         avoid math group overflow.
  42.         FMi 90/06/29: fixed.
  43.  
  44. ** (8)  MDo 90/06/28: \no@font@help message was too long for some
  45.         version of TeX (buffer size).  
  46.         FMi 90/06/30: fixed by shortening the error message.
  47.         We recommend increase of buffer size to at least 2000!!!!!
  48.  
  49. ** (9)  FMi (long known): In certain cases \addtoversion would produce
  50.         a misleading error message.
  51.         RmS 90/06/30: Fixed by adding another error message text.
  52.         
  53.